 .headline {
  background: #3a8ce0;
  border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
}

.headline h2 a {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
}

 .headline a {
  width: 100%;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-headline a {
  font-size: 18px;
  line-height: 35px;
}
@media (max-width: 480px) {
 .headline {width: 100%;}
  
}